home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-15 / cyrixdma.zip / INSTALL.DAT < prev    next >
Text File  |  1993-03-13  |  2KB  |  118 lines

  1. @DefineProject                  
  2.     @Name="Cx486DRu/DRu2 Cache Test Utility"
  3.     @Version="1.0"
  4.     @Outdrive=C
  5.     @Subdir="\\cache"
  6.  
  7. @EndProject
  8.  
  9. @Spawn("CX_DET.EXE")
  10. @If (@Spawn()== 0)  /* INTEL 386 FOUND == 0 */
  11.             /* CYRIX XLC FOUND == 1 */
  12.         @Display
  13.  
  14.         A Cyrix Microprocessor has not been detected!
  15.              This test procedure will now be terminated.
  16.  
  17.  
  18.  
  19.         @Pause
  20.         @Exit
  21.         @EndDisplay
  22.  
  23. @Elseif ("@Indrive"!="A")
  24.      
  25.     @Display
  26.   You MUST run this utility from drive A:!
  27.  
  28.  
  29.  
  30.         @Pause
  31.         @Exit
  32.     @EndDisplay
  33.  
  34. @Else
  35. @Spawn("FILE_WR.EXE") 
  36.    @If (@Spawn()== 1)
  37.         @Display
  38.  
  39.   Utility disk is write-protected!
  40.  
  41.   Please remove the write-protect tab after exiting and restart.
  42.  
  43.   This test will now be terminated.
  44.  
  45.  
  46.  
  47.         @Pause
  48.         @Exit
  49.         @EndDisplay
  50.    @EndIf 
  51.  
  52.     @Display
  53.   
  54.   This program tests your system board for any cache coherency problems
  55.   which may occur while using the Cyrix Cx486Dru/Dru2. 
  56.  
  57.   Copyright (c) 1992, Cyrix Corporation  
  58.  
  59.   486DRu and 486DRu2 are trademarks of Cyrix Corporation.
  60.  
  61.  
  62.  
  63.     @Pause
  64.  
  65.   
  66.     @EndDisplay
  67.  
  68.  
  69.     
  70. @DefineDisk
  71.     @Label="Cx486DRu/DRu2 Cache Test Utility"
  72.     
  73. @EndDisk
  74.  
  75.       @Display
  76.   Please leave the 486DRu/DRu2 Cache Test Utility diskette in drive A:
  77.   so that it may be properly configured to execute the DMA/Cache coher-
  78.   ency tests on your Cyrix 486 CPU.  Your computer will automatically be
  79.   rebooted after proper configuration of the diskette.
  80.  
  81.  
  82.       @Pause
  83.       @Spawn ("SYS C: A:")
  84.  
  85.       @EndDisplay
  86.  
  87.       @If (@Spawn() != 0)
  88.     @Display
  89.   
  90.   An ERROR occurred during this phase of the test script.
  91.  
  92.   POSSIBLE CAUSE:
  93.   The directory in which your DOS system files reside must be specified in 
  94.   the "PATH" statement of your "AUTOEXEC.BAT" file.  Please press the "ESC" 
  95.   key to exit this installation, correct this situation, and reboot your 
  96.   system before continuing.  
  97.  
  98.             Example:  PATH C:\;C:\DOS
  99.  
  100.  
  101.     
  102.     @Pause
  103.     @Exit
  104.     @EndDisplay
  105.  
  106.     @EndIf
  107.  
  108. @Finish
  109.  
  110. @Reboot ("The system will now reboot. To properly execute the DMA diagnostics, 
  111.   LEAVE THE DISKETTE IN DRIVE A:!  Otherwise, remove the diskette.",1)
  112.     
  113.     @Else 
  114. @Reboot ("The system will now reboot. Please remove the diskette from drive A:",1)
  115.  
  116.     @EndIf
  117. @EndFinish
  118.